#######################################
# Order of the Sacred Magdalene
# Tentacle Companion On-Actions
#######################################

# If a woman leaves or is expelled from the Order, the creature
# returns to the hidden chambers of the Order.
on_character_leave_society = {
    events = {
        ggsmt.10
    }
}

# Vanilla pets use recurring hidden dispatchers. The tentacle
# companion gets one annual opportunity to produce an event.
on_yearly_pulse = {
    events = {
        ggsmt.20
    }
}
